HomeSort by relevance Sort by last modified time
    Searched refs:tBTM_SEC_SERV_REC (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 52 static tBTM_SEC_SERV_REC *btm_sec_find_first_serv (BOOLEAN is_originator, UINT16 psm);
53 static tBTM_SEC_SERV_REC *btm_sec_find_next_serv (tBTM_SEC_SERV_REC *p_cur);
54 static tBTM_SEC_SERV_REC *btm_sec_find_mx_serv (UINT8 is_originator, UINT16 psm,
94 static BOOLEAN btm_serv_trusted(tBTM_SEC_DEV_REC *p_dev_rec, tBTM_SEC_SERV_REC *p_serv_rec);
173 static BOOLEAN btm_serv_trusted(tBTM_SEC_DEV_REC *p_dev_rec, tBTM_SEC_SERV_REC *p_serv_rec)
615 tBTM_SEC_SERV_REC *p_srec;
672 memset (p_srec, 0, sizeof(tBTM_SEC_SERV_REC));
834 tBTM_SEC_SERV_REC *p_srec = &btm_cb.sec_serv_rec[0];
874 tBTM_SEC_SERV_REC *p_srec = &btm_cb.sec_serv_rec[0]
    [all...]
btm_int.h 483 } tBTM_SEC_SERV_REC;
537 tBTM_SEC_SERV_REC *p_cur_service;
    [all...]

Completed in 29 milliseconds