Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2471 tBTA_DM_API_REMOVE_ACL *p_msg; in BTA_DmCloseACL()
2475 if ((p_msg = (tBTA_DM_API_REMOVE_ACL *) osi_malloc(sizeof(tBTA_DM_API_REMOVE_ACL))) != NULL) { in BTA_DmCloseACL()
2476 memset(p_msg, 0, sizeof(tBTA_DM_API_REMOVE_ACL)); in BTA_DmCloseACL()
Dbta_dm_act.c1091 tBTA_DM_API_REMOVE_ACL *p_remove_acl = &p_data->remove_acl; in bta_dm_close_acl()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h825 } tBTA_DM_API_REMOVE_ACL; typedef
1150 tBTA_DM_API_REMOVE_ACL remove_acl;