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

  /external/bluetooth/bluedroid/stack/hid/
hidh_int.h 60 tSDP_DISCOVERY_DB *p_sdp_db; member in struct:host_ctb
hidh_api.c 63 hh_cb.p_sdp_db = p_db;
101 tSDP_DISCOVERY_DB *p_db = hh_cb.p_sdp_db;
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 220 tBTA_DISCOVERY_DB *p_sdp_db; member in struct:__anon2444
795 tSDP_DISCOVERY_DB * p_sdp_db; member in struct:__anon2491
bta_dm_api.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 802 p_sdp_rec = SDP_FindServiceInDb(bta_gattc_cb.p_sdp_db,
849 GKI_freebuf(bta_gattc_cb.p_sdp_db);
850 bta_gattc_cb.p_sdp_db = NULL;
874 if((bta_gattc_cb.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_GATT_SDP_DB_SIZE)) != NULL)
879 SDP_InitDiscoveryDb (bta_gattc_cb.p_sdp_db, BTA_GATT_SDP_DB_SIZE, 1, &uuid, num_attrs, attr_list);
881 if(!SDP_ServiceSearchAttributeRequest (p_server_cb->server_bda, bta_gattc_cb.p_sdp_db, &bta_gattc_sdp_callback))
883 GKI_freebuf(bta_gattc_cb.p_sdp_db);
884 bta_gattc_cb.p_sdp_db = NULL;
    [all...]
bta_gattc_int.h 375 tSDP_DISCOVERY_DB *p_sdp_db; member in struct:__anon2524
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
bta_jv_api.c 725 if(p_bta_jv_cfg->p_sdp_db->p_first_rec)
729 p = p_bta_jv_cfg->p_sdp_db->raw_data;
730 raw_used = p_bta_jv_cfg->p_sdp_db->raw_used;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 461 UINT16 sdp_db_size; /* The size of p_sdp_db */
463 tSDP_DISCOVERY_DB *p_sdp_db; /* The data buffer to keep SDP database */ member in struct:__anon2802
    [all...]

Completed in 993 milliseconds