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

  /system/bt/stack/a2dp/
a2d_int.h 48 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */ member in struct:__anon72408
  /system/bt/stack/hid/
hidh_api.c 53 tHID_STATUS HID_HostGetSDPRecord ( BD_ADDR addr, tSDP_DISCOVERY_DB *p_db, UINT32 db_len,
64 hh_cb.p_sdp_db = p_db;
65 SDP_InitDiscoveryDb (p_db, db_len, 1, &uuid_list, 0, NULL);
67 if (SDP_ServiceSearchRequest (addr, p_db, hidh_search_callback))
102 tSDP_DISCOVERY_DB *p_db = hh_cb.p_sdp_db; local
120 if ((p_rec = SDP_FindServiceUUIDInDb (p_db, &hid_uuid, NULL)) == NULL)
  /system/bt/stack/avrc/
avrc_int.h 125 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */ member in struct:__anon72444
  /system/bt/stack/btm/
btm_pm.c 420 tBTM_PM_MCB *p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */ local
421 memset (p_db, 0, sizeof(tBTM_PM_MCB));
422 p_db->state = BTM_PM_ST_ACTIVE;
424 BTM_TRACE_DEBUG( "btm_pm_sm_alloc ind:%d st:%d", ind, p_db->state);
    [all...]
btm_inq.c 1506 tINQ_BDADDR *p_db = &p_inq->p_bd_db[0]; local
    [all...]
  /system/bt/stack/include/
avrc_api.h 133 tSDP_DISCOVERY_DB *p_db; /* Pointer to the discovery database */ member in struct:__anon72539
240 ** p_db: SDP discovery database parameters.
254 tAVRC_SDP_DB_PARAMS *p_db, tAVRC_FIND_CBACK *p_cback);
  /system/bt/stack/sdp/
sdp_db.c 284 tSDP_DB *p_db = &sdp_cb.server_db; local
287 if (p_db->num_records < SDP_MAX_RECORDS)
289 memset (&p_db->record[p_db->num_records], 0,
294 if (p_db->num_records)
295 handle = p_db->record[p_db->num_records - 1].record_handle + 1;
299 p_db->record[p_db->num_records].record_handle = handle;
301 p_db->num_records++
    [all...]
sdpint.h 187 tSDP_DISCOVERY_DB *p_db; /* Database to save info into */ member in struct:__anon72868
273 extern tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db);
290 extern void sdpu_sort_attr_list( UINT16 num_attr, tSDP_DISCOVERY_DB *p_db );
  /system/bt/stack/gatt/
gatt_int.h 232 tGATT_SVC_DB *p_db; /* pointer to the service database */ member in struct:__anon72502
677 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
678 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
679 extern UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
680 extern UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, tBT_UUID *p_dscp_uuid);
681 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,
683 extern tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,tGATT_SVC_DB *p_db, UINT8 op_code, UINT16 handle, UINT16 offset,
685 extern tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code,UINT16 handle, UINT16 offset, UINT8 *p_data,
687 extern tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db, BOOLEAN is_long, UINT16 handle, tGATT_SEC_FLAG sec_flag,UINT8 key_size);
689 extern tBT_UUID * gatts_get_service_uuid (tGATT_SVC_DB *p_db);
    [all...]
  /system/bt/bta/hl/
bta_hl_int.h 497 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */ member in struct:__anon71848
611 extern tSDP_DISC_REC *bta_hl_find_sink_or_src_srv_class_in_db (const tSDP_DISCOVERY_DB *p_db,
    [all...]

Completed in 211 milliseconds