Home
last modified time | relevance | path

Searched refs:p_acl_changed_cb (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c72 btm_cb.p_acl_changed_cb = NULL; in btm_acl_init()
427 if (btm_cb.p_acl_changed_cb) in btm_acl_removed()
429 … (*btm_cb.p_acl_changed_cb) (bda, NULL, NULL, NULL, FALSE, p->hci_handle, p->transport); in btm_acl_removed()
431 (*btm_cb.p_acl_changed_cb) (bda, NULL, NULL, NULL, FALSE); in btm_acl_removed()
1653 if (btm_cb.p_acl_changed_cb) in btm_establish_continue()
1655 (*btm_cb.p_acl_changed_cb) (p_acl_cb->remote_addr, in btm_establish_continue()
1663 (*btm_cb.p_acl_changed_cb) (p_acl_cb->remote_addr, in btm_establish_continue()
2788 btm_cb.p_acl_changed_cb = NULL; in BTM_AclRegisterForChanges()
2789 else if (btm_cb.p_acl_changed_cb) in BTM_AclRegisterForChanges()
2792 btm_cb.p_acl_changed_cb = p_cb; in BTM_AclRegisterForChanges()
Dbtm_int.h817 tBTM_ACL_DB_CHANGE_CB *p_acl_changed_cb; /* Callback for when ACL DB changed */ member