Searched defs:p_handle (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/avct/
H A Davct_api.c133 UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc, BD_ADDR peer_addr) argument
149 *p_handle = avct_ccb_to_idx(p_ccb);
/system/bt/stack/bnep/
H A Dbnep_api.c128 ** p_handle - pointer to return the handle for the connection
137 UINT16 *p_handle)
214 *p_handle = p_bcb->handle;
134 BNEP_Connect(BD_ADDR p_rem_bda, tBT_UUID *src_uuid, tBT_UUID *dst_uuid, UINT16 *p_handle) argument
/system/bt/stack/gatt/
H A Datt_protocol.c202 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle) argument
218 UINT16_TO_STREAM (p, *(p_handle + i));
/system/bt/stack/avdt/
H A Davdt_api.c252 UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs) argument
269 *p_handle = avdt_scb_to_hdl(p_scb);
/system/bt/stack/avrc/
H A Davrc_api.c909 ** p_handle: Pointer to handle. This parameter is only
917 UINT16 AVRC_Open(UINT8 *p_handle, tAVRC_CONN_CB *p_ccb, BD_ADDR_PTR peer_addr) argument
928 status = AVCT_CreateConn(p_handle, &cc, peer_addr);
931 memcpy(&avrc_cb.ccb[*p_handle], p_ccb, sizeof(tAVRC_CONN_CB));
933 memset(&avrc_cb.fcb[*p_handle], 0, sizeof(tAVRC_FRAG_CB));
934 memset(&avrc_cb.rcb[*p_handle], 0, sizeof(tAVRC_RASM_CB));
938 status, *p_handle);
/system/bt/stack/rfcomm/
H A Dport_api.c95 ** p_handle - OUT pointer to the handle.
110 UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle,
124 *p_handle = 0;
184 *p_handle = p_port->inx;
109 RFCOMM_CreateConnection(UINT16 uuid, UINT8 scn, BOOLEAN is_server, UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle, tPORT_CALLBACK *p_mgmt_cb) argument

Completed in 82 milliseconds