Home
last modified time | relevance | path

Searched refs:btm_acl_role_changed (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btu/
Dbtu_hcif.c1056 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/
Dbtm_int.h958 extern void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role);
Dbtm_acl.c1442 void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role) in btm_acl_role_changed() function