Searched refs:p_cur (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/btm/ |
D | btm_inq.c | 1053 tBTM_INQ_INFO *p_cur = NULL; in BTM_ReadRemoteDeviceName() local 1063 p_cur = &p_i->inq_info; in BTM_ReadRemoteDeviceName() 1070 return btm_ble_read_remote_name(remote_bda, p_cur, p_cb); in BTM_ReadRemoteDeviceName() 1075 return (btm_initiate_rem_name (remote_bda, p_cur, BTM_RMT_NAME_EXT, in BTM_ReadRemoteDeviceName() 1186 tBTM_INQ_INFO *BTM_InqDbNext (tBTM_INQ_INFO *p_cur) in BTM_InqDbNext() argument 1191 if (p_cur) in BTM_InqDbNext() 1193 p_ent = (tINQ_DB_ENT *) ((UINT8 *)p_cur - offsetof (tINQ_DB_ENT, inq_info)); in BTM_InqDbNext() 1853 tBTM_INQ_RESULTS *p_cur=NULL; in btm_process_inq_results() local 1943 p_cur = &p_i->inq_info.results; in btm_process_inq_results() 1944 BTM_TRACE_DEBUG("update RSSI new:%d, old:%d", i_rssi, p_cur->rssi); in btm_process_inq_results() [all …]
|
D | btm_ble_gap.c | 2069 tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb) in btm_ble_read_remote_name() argument 2076 if (p_cur && in btm_ble_read_remote_name() 2077 p_cur->results.ble_evt_type != BTM_BLE_EVT_CONN_ADV && in btm_ble_read_remote_name() 2078 p_cur->results.ble_evt_type != BTM_BLE_EVT_CONN_DIR_ADV) in btm_ble_read_remote_name() 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 ++; [all …]
|
D | btm_ble_int.h | 355 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB …
|
D | btm_int.h | 922 tBTM_INQ_INFO *p_cur,
|
D | btm_sec.c | 62 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) in btm_sec_find_next_serv() argument 5677 && (p_serv_rec->psm == p_cur->psm) ) in btm_sec_find_next_serv() 5679 if (p_cur != p_serv_rec) in btm_sec_find_next_serv()
|
/system/bt/stack/gatt/ |
D | gatt_db.c | 1019 tGATT_ATTR16 *p_cur, *p_next; in deallocate_attr_in_db() local 1025 p_cur = (tGATT_ATTR16 *) p_db->p_attr_list; in deallocate_attr_in_db() 1026 p_next = (tGATT_ATTR16 *) p_cur->p_next; in deallocate_attr_in_db() 1028 for (; p_cur != NULL && p_next != NULL; in deallocate_attr_in_db() 1029 p_cur = p_next, p_next = (tGATT_ATTR16 *)p_next->p_next) in deallocate_attr_in_db() 1033 p_cur->p_next = p_next->p_next; in deallocate_attr_in_db() 1037 if (p_cur == p_attr && p_cur == p_db->p_attr_list) in deallocate_attr_in_db() 1039 p_db->p_attr_list = p_cur->p_next; in deallocate_attr_in_db()
|
/system/bt/bta/hh/ |
D | bta_hh_act.c | 191 tBTA_HH_DEV_CB *p_cb = bta_hh_cb.p_cur; in bta_hh_sdp_cback() 271 tBTA_HH_DEV_CB *p_cb = bta_hh_cb.p_cur; in bta_hh_di_sdp_cback() 345 bta_hh_cb.p_cur = p_cb; in bta_hh_start_sdp() 387 bta_hh_cb.p_cur = p_cb; in bta_hh_start_sdp()
|
D | bta_hh_int.h | 300 tBTA_HH_DEV_CB* p_cur; /* current device control member
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 652 UINT8 *p_cur = p; in btu_hcif_read_rmt_ext_features_comp_evt() local 656 STREAM_TO_UINT8 (status, p_cur); in btu_hcif_read_rmt_ext_features_comp_evt() 662 STREAM_TO_UINT16 (handle, p_cur); in btu_hcif_read_rmt_ext_features_comp_evt()
|
/system/core/liblog/ |
D | logprint.c | 431 char *p_cur = filterStringCopy; in android_log_addFilterString() local 436 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) { in android_log_addFilterString()
|
/system/bt/stack/include/ |
D | btm_api.h | 2549 extern tBTM_INQ_INFO *BTM_InqDbNext (tBTM_INQ_INFO *p_cur);
|