Searched refs:btm_acl_role_changed (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/btu/ |
D | btu_hcif.c | 1056 btm_acl_role_changed(status, bd_addr, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status() 1059 btm_acl_role_changed(status, NULL, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status() 1238 btm_acl_role_changed(status, bda, role); in btu_hcif_role_change_evt()
|
/system/bt/stack/btm/ |
D | btm_int.h | 958 extern void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role);
|
D | btm_acl.c | 1442 void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role) in btm_acl_role_changed() function
|