Home
last modified time | relevance | path

Searched refs:BTM_ChangeConnectionPacketType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h317 int BTSTACK_API BTM_ChangeConnectionPacketType(const BtAddr *addr, uint16_t packetType);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c138 BTM_ChangeConnectionPacketType((const BtAddr *)&(info->addr), in AvdtConnectSignalingIndication()
H A Davdtp_impl.c1613 BTM_ChangeConnectionPacketType((const BtAddr *)&(sigCtrl->peerAddress), in AvdtActConnReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2358 int BTM_ChangeConnectionPacketType(const BtAddr *addr, uint16_t packetType) in BTM_ChangeConnectionPacketType() function