Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2709 tBTA_DM_API_REMOVE_ACL *p_msg; in BTA_DmCloseACL()
2713 if ((p_msg = (tBTA_DM_API_REMOVE_ACL *) osi_malloc(sizeof(tBTA_DM_API_REMOVE_ACL))) != NULL) { in BTA_DmCloseACL()
2714 memset(p_msg, 0, sizeof(tBTA_DM_API_REMOVE_ACL)); in BTA_DmCloseACL()
Dbta_dm_act.c1154 tBTA_DM_API_REMOVE_ACL *p_remove_acl = &p_data->remove_acl; in bta_dm_close_acl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h937 } tBTA_DM_API_REMOVE_ACL; typedef
1329 tBTA_DM_API_REMOVE_ACL remove_acl;