HomeSort by relevance Sort by last modified time
    Searched defs:p_db (Results 1 - 10 of 10) sorted by null

  /system/bt/stack/a2dp/
a2dp_int.h 47 tSDP_DISCOVERY_DB* p_db; /* pointer to discovery database */ member in struct:__anon2093
  /system/bt/stack/hid/
hidh_api.cc 54 tSDP_DISCOVERY_DB* p_db, uint32_t db_len,
59 hh_cb.p_sdp_db = p_db;
61 SDP_InitDiscoveryDb(p_db, db_len, 1, &uuid_list, 0, NULL);
63 if (SDP_ServiceSearchRequest(addr, p_db, hidh_search_callback)) {
91 tSDP_DISCOVERY_DB* p_db = hh_cb.p_sdp_db; local
106 p_rec = SDP_FindServiceUUIDInDb(p_db, hid_uuid, NULL);
  /system/bt/stack/avrc/
avrc_int.h 151 tSDP_DISCOVERY_DB* p_db; /* pointer to discovery database */ member in struct:__anon2143
  /system/bt/stack/btm/
btm_pm.cc 389 tBTM_PM_MCB* p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */ local
390 memset(p_db, 0, sizeof(tBTM_PM_MCB));
391 p_db->state = BTM_PM_ST_ACTIVE;
393 BTM_TRACE_DEBUG("btm_pm_sm_alloc ind:%d st:%d", ind, p_db->state);
btm_inq.cc 1267 tINQ_BDADDR* p_db = &p_inq->p_bd_db[0]; local
    [all...]
  /system/bt/stack/include/
avrc_api.h 151 tSDP_DISCOVERY_DB* p_db; /* Pointer to the discovery database */ member in struct:__anon2238
264 * p_db: SDP discovery database parameters.
280 tAVRC_SDP_DB_PARAMS* p_db,
  /system/bt/stack/sdp/
sdp_db.cc 254 tSDP_DB* p_db = &sdp_cb.server_db; local
257 if (p_db->num_records < SDP_MAX_RECORDS) {
258 memset(&p_db->record[p_db->num_records], 0, sizeof(tSDP_RECORD));
262 if (p_db->num_records)
263 handle = p_db->record[p_db->num_records - 1].record_handle + 1;
267 p_db->record[p_db->num_records].record_handle = handle;
269 p_db->num_records++
    [all...]
sdpint.h 176 tSDP_DISCOVERY_DB* p_db; /* Database to save info into */ member in struct:__anon2532
251 extern tCONN_CB* sdpu_find_ccb_by_db(tSDP_DISCOVERY_DB* p_db);
274 extern void sdpu_sort_attr_list(uint16_t num_attr, tSDP_DISCOVERY_DB* p_db);
  /system/bt/stack/gatt/
gatt_int.h 256 tGATT_SVC_DB* p_db; /* pointer to the service database */ member in struct:__anon2208
570 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp,
575 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle,
579 tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, uint16_t offset,
581 extern tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long,
585 extern bluetooth::Uuid* gatts_get_service_uuid(tGATT_SVC_DB* p_db);
  /system/bt/bta/hl/
bta_hl_int.h 462 tSDP_DISCOVERY_DB* p_db; /* pointer to discovery database */ member in struct:__anon1407
573 const tSDP_DISCOVERY_DB* p_db, const tSDP_DISC_REC* p_start_rec);
    [all...]

Completed in 436 milliseconds