Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_link_ctrl.c156 int HCI_ChangeConnectionPacketType(const HciChangeConnectionPacketTypeParam *param) in HCI_ChangeConnectionPacketType()
163 …cCmd(HCI_CHANGE_CONNECTION_PACKET_TYPE, (void *)param, sizeof(HciChangeConnectionPacketTypeParam)); in HCI_ChangeConnectionPacketType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h207 } HciChangeConnectionPacketTypeParam; typedef
H A Dhci.h77 int HCI_ChangeConnectionPacketType(const HciChangeConnectionPacketTypeParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2396 HciChangeConnectionPacketTypeParam param = { in BTM_ChangeConnectionPacketType()