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

  /external/bluetooth/bluedroid/stack/a2dp/
a2d_int.h 48 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */ member in struct:__anon3468
  /external/bluetooth/bluedroid/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)
  /external/bluetooth/bluedroid/stack/avrc/
avrc_int.h 125 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */ member in struct:__anon3506
  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 397 tBTM_PM_MCB *p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */ local
398 memset (p_db, 0, sizeof(tBTM_PM_MCB));
399 p_db->state = BTM_PM_ST_ACTIVE;
401 BTM_TRACE_DEBUG2( "btm_pm_sm_alloc ind:%d st:%d", ind, p_db->state);
btm_inq.c 1689 tINQ_BDADDR *p_db = &p_inq->p_bd_db[0]; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 124 tSDP_DISCOVERY_DB *p_db; /* Pointer to the discovery database */ member in struct:__anon3601
230 ** p_db: SDP discovery database parameters.
244 tAVRC_SDP_DB_PARAMS *p_db, tAVRC_FIND_CBACK *p_cback);
a2d_api.h 105 tSDP_DISCOVERY_DB *p_db; /* Pointer to the discovery database */ member in struct:__anon3580
189 ** p_db: Pointer to the information to initialize
205 tA2D_SDP_DB_PARAMS *p_db, tA2D_FIND_CBACK *p_cback);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 285 tSDP_DB *p_db = &sdp_cb.server_db; local
288 if (p_db->num_records < SDP_MAX_RECORDS)
290 memset (&p_db->record[p_db->num_records], 0,
295 if (p_db->num_records)
296 handle = p_db->record[p_db->num_records - 1].record_handle + 1;
300 p_db->record[p_db->num_records].record_handle = handle;
302 p_db->num_records++
    [all...]
sdpint.h 190 tSDP_DISCOVERY_DB *p_db; /* Database to save info into */ member in struct:__anon3974
277 extern tCONN_CB *sdpu_find_ccb_by_db (tSDP_DISCOVERY_DB *p_db);
294 extern void sdpu_sort_attr_list( UINT16 num_attr, tSDP_DISCOVERY_DB *p_db );
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 217 tGATT_SVC_DB *p_db; /* pointer to the service database */ member in struct:__anon3562
667 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
668 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
669 extern UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, tGATT_CHAR_PROP property, tBT_UUID *p_char_uuid);
670 extern UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, tBT_UUID *p_dscp_uuid);
671 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,
673 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,
675 extern tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code,UINT16 handle, UINT16 offset, UINT8 *p_data,
677 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);
679 extern tBT_UUID * gatts_get_service_uuid (tGATT_SVC_DB *p_db);
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h 501 tSDP_DISCOVERY_DB *p_db; /* pointer to discovery database */ member in struct:__anon3024
615 extern tSDP_DISC_REC *bta_hl_find_sink_or_src_srv_class_in_db (const tSDP_DISCOVERY_DB *p_db,
    [all...]

Completed in 162 milliseconds