Searched refs:p_cur (Results 1 - 11 of 11) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_inq.c1053 tBTM_INQ_INFO *p_cur = NULL; local
1063 p_cur = &p_i->inq_info;
1070 return btm_ble_read_remote_name(remote_bda, p_cur, p_cb);
1075 return (btm_initiate_rem_name (remote_bda, p_cur, BTM_RMT_NAME_EXT,
1186 tBTM_INQ_INFO *BTM_InqDbNext (tBTM_INQ_INFO *p_cur) argument
1191 if (p_cur)
1193 p_ent = (tINQ_DB_ENT *) ((UINT8 *)p_cur - offsetof (tINQ_DB_ENT, inq_info));
1853 tBTM_INQ_RESULTS *p_cur=NULL; local
1943 p_cur = &p_i->inq_info.results;
1944 BTM_TRACE_DEBUG("update RSSI new:%d, old:%d", i_rssi, p_cur
2244 btm_initiate_rem_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, UINT8 origin, period_ms_t timeout_ms, tBTM_CMPL_CB *p_cb) argument
[all...]
H A Dbtm_ble_gap.c2069 tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb) argument
2076 if (p_cur &&
2077 p_cur->results.ble_evt_type != BTM_BLE_EVT_CONN_ADV &&
2078 p_cur->results.ble_evt_type != BTM_BLE_EVT_CONN_DIR_ADV)
2190 UINT8 *p_cur = p_data;
2198 if ((ad_len = *p_cur ++) == 0)
2201 ad_type = *p_cur ++;
2215 memcpy(p_info->remote_name, p_cur, ad_len -1);
2221 p_cur += (ad_len -1);
2227 ad_flag = *p_cur
2288 btm_ble_cache_adv_data(tBTM_INQ_RESULTS *p_cur, UINT8 data_len, UINT8 *p, UINT8 evt_type) argument
2527 tBTM_INQ_RESULTS *p_cur = &p_i->inq_info.results; local
[all...]
H A Dbtm_ble_int.h355 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb);
H A Dbtm_int.h922 tBTM_INQ_INFO *p_cur,
H A Dbtm_sec.c62 static tBTM_SEC_SERV_REC *btm_sec_find_next_serv (tBTM_SEC_SERV_REC *p_cur);
5669 static tBTM_SEC_SERV_REC *btm_sec_find_next_serv (tBTM_SEC_SERV_REC *p_cur) argument
5677 && (p_serv_rec->psm == p_cur->psm) )
5679 if (p_cur != p_serv_rec)
/system/bt/stack/gatt/
H A Dgatt_db.c1019 tGATT_ATTR16 *p_cur, *p_next; local
1025 p_cur = (tGATT_ATTR16 *) p_db->p_attr_list;
1026 p_next = (tGATT_ATTR16 *) p_cur->p_next;
1028 for (; p_cur != NULL && p_next != NULL;
1029 p_cur = p_next, p_next = (tGATT_ATTR16 *)p_next->p_next)
1033 p_cur->p_next = p_next->p_next;
1037 if (p_cur == p_attr && p_cur == p_db->p_attr_list)
1039 p_db->p_attr_list = p_cur->p_next;
/system/bt/bta/hh/
H A Dbta_hh_act.c191 tBTA_HH_DEV_CB *p_cb = bta_hh_cb.p_cur;
271 tBTA_HH_DEV_CB *p_cb = bta_hh_cb.p_cur;
345 bta_hh_cb.p_cur = p_cb;
387 bta_hh_cb.p_cur = p_cb;
H A Dbta_hh_int.h300 tBTA_HH_DEV_CB* p_cur; /* current device control member in struct:__anon226
/system/bt/stack/btu/
H A Dbtu_hcif.c652 UINT8 *p_cur = p; local
656 STREAM_TO_UINT8 (status, p_cur);
662 STREAM_TO_UINT16 (handle, p_cur);
/system/core/liblog/
H A Dlogprint.c431 char *p_cur = filterStringCopy; local
436 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
/system/bt/stack/include/
H A Dbtm_api.h2549 extern tBTM_INQ_INFO *BTM_InqDbNext (tBTM_INQ_INFO *p_cur);

Completed in 193 milliseconds