Home
last modified time | relevance | path

Searched refs:HciSwitchRoleParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_link_policy.c48 int HCI_SwitchRole(const HciSwitchRoleParam *param) in HCI_SwitchRole()
54 HciCmd *cmd = HciAllocCmd(HCI_SWITCH_ROLE, (void *)param, sizeof(HciSwitchRoleParam)); in HCI_SwitchRole()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_policy_cmd.h98 } HciSwitchRoleParam; typedef
H A Dhci.h173 int HCI_SwitchRole(const HciSwitchRoleParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c221 {HciCommonFilterAddress, offsetof(HciSwitchRoleParam, bdAddr), NULL, 0},
H A Dbtm_acl.c2257 HciSwitchRoleParam param = { in BTM_SwitchRole()