Searched refs:tBTA_DM_API_REMOVE_ACL (Results 1 – 3 of 3) sorted by relevance
1677 tBTA_DM_API_REMOVE_ACL *p_msg; in BTA_DmCloseACL()1681 if ((p_msg = (tBTA_DM_API_REMOVE_ACL *) GKI_getbuf(sizeof(tBTA_DM_API_REMOVE_ACL))) != NULL) in BTA_DmCloseACL()1683 memset(p_msg, 0, sizeof(tBTA_DM_API_REMOVE_ACL)); in BTA_DmCloseACL()
562 }tBTA_DM_API_REMOVE_ACL; typedef649 tBTA_DM_API_REMOVE_ACL remove_acl;
769 tBTA_DM_API_REMOVE_ACL *p_remove_acl = &p_data->remove_acl; in bta_dm_close_acl()