Searched refs:handles (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/sdp/ |
D | sdpint.h | 192 UINT32 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */ member
|
D | sdp_discovery.c | 315 BE_STREAM_TO_UINT32 (p_ccb->handles[xx], p_reply); in process_service_search_rsp() 509 UINT32_TO_BE_STREAM (p, p_ccb->handles[p_ccb->cur_handle]); in process_service_attr_rsp()
|
/system/bt/stack/gatt/ |
D | gatt_sr.c | 196 if (p_rsp->attr_value.handle == p_cmd->multi_req.handles[ii]) in process_read_multi_rsp() 431 p_tcb->sr_cmd.multi_req.handles[p_tcb->sr_cmd.multi_req.num_handles++] = handle; in gatt_process_read_multi_req() 464 … if ((trans_id = gatt_sr_enqueue_cmd (p_tcb, op_code, p_tcb->sr_cmd.multi_req.handles[0])) != 0) in gatt_process_read_multi_req() 474 handle = p_tcb->sr_cmd.multi_req.handles[ll]; in gatt_process_read_multi_req()
|
D | att_protocol.c | 616 p_msg->read_multi.handles); in attp_send_cl_msg()
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 407 UINT16 handles[MAX_L2CAP_LINKS + 4]; in btu_hcif_send_host_rdy_for_data() local 411 num_ents = l2c_link_pkts_rcvd (num_pkts, handles); in btu_hcif_send_host_rdy_for_data() 418 btsnd_hcic_host_num_xmitted_pkts (num_ents, handles, num_pkts); in btu_hcif_send_host_rdy_for_data()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 1476 HANDLE* handles; member 1497 memcpy(wait_on + 1, param->handles, param->handles_count * sizeof(HANDLE)); in _in_waiter_thread() 1523 _wait_for_all(HANDLE* handles, int handles_count) in _wait_for_all() argument 1568 threads[chunk].handles = handles + threads[chunk].first_handle_index; in _wait_for_all() 1575 threads[chunk].handles = handles + threads[chunk].first_handle_index; in _wait_for_all()
|
/system/bt/stack/include/ |
D | gatt_api.h | 441 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; /* handles list to be read */ member
|
/system/bt/stack/l2cap/ |
D | l2c_link.c | 969 UINT8 l2c_link_pkts_rcvd (UINT16 *num_pkts, UINT16 *handles) in l2c_link_pkts_rcvd() argument 974 UNUSED(handles); in l2c_link_pkts_rcvd()
|
D | l2c_int.h | 678 extern UINT8 l2c_link_pkts_rcvd (UINT16 *num_pkts, UINT16 *handles);
|
/system/core/init/ |
D | readme.txt | 34 that action is executed in sequence. Init handles other activities
|