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

  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 127 record_handle = self.get_single_handle(self.SDP_SERVER_CLASS_ID)
131 record_handle,
137 [self.SERVICE_RECORD_HANDLE_ATTR_ID, record_handle])
148 record_handle = self.get_single_handle(class_id)
150 record_handle, self.MAX_ATTR_BYTE_CNT, [attr_id])
231 record_handle = self.get_single_handle(self.PNP_INFORMATION_CLASS_ID)
234 record_handle, self.MIN_ATTR_BYTE_CNT, [[0, 0xFFFF]]))
296 record_handle = self.get_single_handle(self.FAKE_SERVICE_CLASS_ID)
298 record_handle, self.MAX_ATTR_BYTE_CNT,
313 record_handle = self.get_single_handle(self.FAKE_SERVICE_CLASS_ID
    [all...]
  /system/bt/main/
bte_conf.c 75 uint32_t record_handle; local
76 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle);
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/
bluetooth_SDP_ServiceBrowse.py 39 for record_handle in handles:
41 record_handle, self.MAX_ATTR_BYTE_CNT, [attr_id])
  /hardware/libhardware/include/hardware/
bt_sdp.h 141 * record_handle (out)The corresponding record handle will be written to this pointer.
143 bt_status_t (*create_sdp_record)(bluetooth_sdp_record *record, int* record_handle);
  /system/bt/stack/sdp/
sdp_db.c 169 if (p_rec->record_handle == handle)
295 handle = p_db->record[p_db->num_records - 1].record_handle + 1;
299 p_db->record[p_db->num_records].record_handle = handle;
308 return (p_db->record[p_db->num_records - 1].record_handle);
350 if (p_rec->record_handle == handle)
439 if (p_rec->record_handle == handle)
862 if (p_rec->record_handle == handle)
    [all...]
sdpint.h 131 UINT32 record_handle; member in struct:__anon72864
sdp_server.c 217 rsp_handles[num_rsp_handles++] = p_rec->record_handle;
  /system/bt/btif/src/
btif_sdp.c 48 bt_status_t remove_sdp_record(int record_handle);
btif_sdp_server.c 275 bt_status_t create_sdp_record(bluetooth_sdp_record *record, int* record_handle) {
286 *record_handle = handle;

Completed in 223 milliseconds