Searched refs:offset (Results 1 - 25 of 502) sorted by path

1234567891011>>

/system/bt/binder/android/bluetooth/
H A DIBluetoothGatt.aidl112 in int status, in int offset, in byte[] value);
H A DIBluetoothGattServerCallback.aidl29 void onCharacteristicReadRequest(in String address, in int transId, in int offset,
32 in int offset, in boolean isLong,
34 void onCharacteristicWriteRequest(in String address, in int transId, in int offset,
37 void onDescriptorWriteRequest(in String address, in int transId, in int offset,
/system/bt/bta/av/
H A Dbta_av_aact.cc426 p_msg->hdr.offset = 0;
509 "%s: avdt_handle: %d pkt_len=0x%x offset = 0x%x "
511 __func__, handle, p_pkt->len, p_pkt->offset,
512 *((uint8_t*)(p_pkt + 1) + p_pkt->offset), p_pkt->layer_specific);
2125 /* use the offset area for the time stamp */
2158 uint8_t* data_begin = (uint8_t*)(p_buf + 1) + p_buf->offset;
2159 uint8_t* data_end = (uint8_t*)(p_buf + 1) + p_buf->offset + p_buf->len;
2166 p_buf2->offset = p_buf->offset;
2170 (uint8_t*)(p_buf2 + 1) + p_buf2->offset
[all...]
H A Dbta_av_act.cc1428 APPL_TRACE_DEBUG("%s: start sig timer %d", __func__, p_data->hdr.offset);
1429 if (p_data->hdr.offset == AVDT_ACP) {
H A Dbta_av_main.cc428 p_msg->hdr.offset = p_data->hdr.err_param;
1130 uint16_t copy_size = BT_HDR_SIZE + p_buf->len + p_buf->offset;
1180 APPL_TRACE_EVENT("%s: next state=%d event offset:%d", __func__, p_cb->state,
/system/bt/bta/dm/
H A Dbta_dm_act.cc1098 if ((p_data->hdr.offset == SDP_SUCCESS) ||
1099 (p_data->hdr.offset == SDP_DB_FULL)) {
1124 p_msg->hdr.offset = result;
1185 p_data->hdr.offset = result;
3205 * |offset|, moving backwards and returns the offset of the
3211 static size_t find_utf8_char_boundary(const char* utf8str, size_t offset) { argument
3213 CHECK(offset > 0);
3215 while (--offset) {
3216 uint8_t ch = (uint8_t)utf8str[offset];
[all...]
/system/bt/bta/gatt/
H A Dbta_gattc_act.cc794 attr.offset = p_data->api_write.offset;
H A Dbta_gattc_api.cc539 * offset - offset of the write value.
545 void BTA_GATTC_PrepareWrite(uint16_t conn_id, uint16_t handle, uint16_t offset, argument
559 p_buf->offset = offset;
H A Dbta_gattc_int.h121 uint16_t offset; member in struct:__anon106
/system/bt/bta/hd/
H A Dbta_hd_act.cc507 uint8_t* p_buf = (uint8_t*)(p_msg + 1) + p_msg->offset;
542 uint8_t* p_buf = (uint8_t*)(p_msg + 1) + p_msg->offset;
577 uint8_t* p_buf = (uint8_t*)(p_msg + 1) + p_msg->offset;
/system/bt/bta/hearing_aid/
H A Dhearing_aid.cc82 msg->offset = L2CAP_MIN_OFFSET;
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.cc827 int offset; local
829 res = sscanf(buffer, "%u%n", &value, &offset);
834 buffer += offset;
856 int offset; local
859 while ((res = sscanf(buffer, "%u%n", &value, &offset)) > 0) {
863 buffer += offset;
884 int offset = 0; local
891 &max, &offset)) > 2) {
893 if (offset == 0) {
898 buffer += offset;
983 int offset = 0; local
1075 int offset = 0; local
1107 int offset = 0; local
1138 int offset = 0; local
1176 int offset = 0; local
1215 int offset = 0; local
1288 int offset = 0; local
1347 int offset; local
[all...]
H A Dbta_hf_client_at.h48 unsigned int offset; member in struct:__anon151
/system/bt/bta/hh/
H A Dbta_hh_act.cc622 uint8_t* p_rpt = (uint8_t*)(pdata + 1) + pdata->offset;
713 uint8_t* data = (uint8_t*)(pdata + 1) + pdata->offset;
H A Dbta_hh_le.cc1767 p_buf->offset = 0;
1856 uint8_t* vec_start = (uint8_t*)(p_buf + 1) + p_buf->offset;
/system/bt/bta/hl/
H A Dbta_hl_int.h560 ((uint8_t*)((uint8_t*)((p_pkt) + 1) + (p_pkt)->offset))
H A Dbta_hl_sdp.cc143 int offset; local
147 offset = bta_hl_compose_supported_feature_list(p_buf, num_elem, p_elem_list);
149 DATA_ELE_SEQ_DESC_TYPE, (uint32_t)offset, p_buf);
H A Dbta_hl_utils.cc241 p_new->offset = L2CAP_MIN_OFFSET;
/system/bt/bta/include/
H A Dbta_gatt_api.h749 * offset - offset of the write value.
756 uint16_t offset, std::vector<uint8_t> value,
/system/bt/bta/pan/
H A Dbta_pan_act.cc189 (uint8_t*)(p_buf + 1) + p_buf->offset, p_buf->len);
191 p_new_buf->offset = sizeof(tBTA_PAN_DATA_PARAMS);
H A Dbta_pan_ci.cc128 p_buf->offset = PAN_MINIMUM_OFFSET;
138 memcpy((uint8_t*)(p_buf + 1) + p_buf->offset, p_data, len);
/system/bt/btif/co/
H A Dbta_av_co.cc1336 p_buf->offset--;
1337 uint8_t* p = (uint8_t*)(p_buf + 1) + p_buf->offset;
H A Dbta_pan_co.cc180 "p_buf->len:%d, offset:%d",
181 __func__, p_buf->len, p_buf->offset);
188 (char*)(p_buf + 1) + p_buf->offset, p_buf->len, ext,
/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc586 p_msg->offset = 0;
587 memcpy(p_msg->data, p_pkt->data + p_pkt->offset, p_pkt->len);
H A Dbtif_gatt_server.cc173 p_data->req_data.p_data->read_req.offset,
183 p_data->req_data.p_data->read_req.offset,
193 p_data->req_data.remote_bda, req.handle, req.offset,
203 p_data->req_data.remote_bda, req.handle, req.offset,

Completed in 2486 milliseconds

1234567891011>>