Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c916 if (p_dev_rec->last_author_service_id != BTM_SEC_NO_LAST_SERVICE_ID && p_dev_rec->p_cur_service) in btm_sec_clr_temp_auth_service()
921 p_dev_rec->last_author_service_id = BTM_SEC_NO_LAST_SERVICE_ID; in btm_sec_clr_temp_auth_service()
1127 p_dev_rec->last_author_service_id = p_dev_rec->p_cur_service->service_id; in BTM_DeviceAuthorized()
2501 if (p_dev_rec->last_author_service_id == BTM_SEC_NO_LAST_SERVICE_ID in btm_sec_l2cap_access_req()
2502 || p_dev_rec->last_author_service_id != p_dev_rec->p_cur_service->service_id) in btm_sec_l2cap_access_req()
5464 if (p_dev_rec->last_author_service_id == BTM_SEC_NO_LAST_SERVICE_ID in btm_sec_start_authorization()
5465 || p_dev_rec->last_author_service_id != service_id) in btm_sec_start_authorization()
5488 p_dev_rec->last_author_service_id = service_id; in btm_sec_start_authorization()
Dbtm_int.h621 …UINT8 last_author_service_id; /* ID of last serviced authorized: Reset after eac… member