Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2542 tBTA_DM_API_REMOVE_ACL *p_msg; in BTA_DmCloseACL()
2546 if ((p_msg = (tBTA_DM_API_REMOVE_ACL *) osi_malloc(sizeof(tBTA_DM_API_REMOVE_ACL))) != NULL) { in BTA_DmCloseACL()
2547 memset(p_msg, 0, sizeof(tBTA_DM_API_REMOVE_ACL)); in BTA_DmCloseACL()
Dbta_dm_act.c1110 tBTA_DM_API_REMOVE_ACL *p_remove_acl = &p_data->remove_acl; in bta_dm_close_acl()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h848 } tBTA_DM_API_REMOVE_ACL; typedef
1175 tBTA_DM_API_REMOVE_ACL remove_acl;