HomeSort by relevance Sort by last modified time
    Searched full:p_buf (Results 126 - 150 of 178) sorted by null

1 2 3 4 56 7 8

  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 247 tBTA_AV_RC_MSG *p_buf; local
271 if ((p_buf = (tBTA_AV_RC_MSG *) GKI_getbuf((UINT16) (sizeof(tBTA_AV_RC_MSG) + data_len))) != NULL)
273 p_buf->hdr.event = BTA_AV_AVRC_MSG_EVT;
274 p_buf->handle = handle;
275 p_buf->label = label;
276 p_buf->opcode = opcode;
277 memcpy(&p_buf->msg, p_msg, sizeof(tAVRC_MSG));
280 memcpy((UINT8 *)(p_buf + 1), p_data, data_len);
281 *p_p_data = (UINT8 *)(p_buf + 1);
283 bta_sys_sendmsg(p_buf);
1556 tBTA_AV_API_OPEN *p_buf; local
1956 BT_HDR *p_buf; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_pan_ci.h 99 BTA_API extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext);
bta_av_sbc.h 204 extern void bta_av_sbc_bld_hdr(BT_HDR *p_buf, UINT16 fr_per_pkt);
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 83 BT_HDR *p_buf ); /* Pointer data corresponding to the event. */
pan_api.h 144 BT_HDR *p_buf,
371 ** p_buf - pointer to the data buffer
383 BT_HDR *p_buf,
port_api.h 104 typedef int (tPORT_DATA_CO_CALLBACK) (UINT16 port_handle, UINT8* p_buf, UINT16 len, int type);
570 ** p_buf - pointer to the buffer with data,
573 RFC_API extern int PORT_Write (UINT16 handle, BT_HDR *p_buf);
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 76 UINT8 p_buf[100]; local
77 memset(p_buf, 0, 100);
81 x += sprintf ((char *)&p_buf[x], "%02x ", p[i]);
83 SMP_TRACE_WARNING2("%s(LSB ~ MSB) = %s", key_name, p_buf);
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 722 UDRV_API BOOLEAN UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf,
731 if (write(uipc_main.ch[ch_id].fd, p_buf, msglen) < 0)
768 UDRV_API UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len)
814 n = recv(fd, p_buf+n_read, len-n_read, 0);
  /external/libnfc-nci/src/nfc/include/
ce_api.h 103 UINT8 *p_buf,
  /external/libnfc-nci/src/nfc/int/
ce_int.h 54 UINT8 *p_buf; /* Current contents for READs */ member in struct:__anon22653
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 138 BT_HDR *p_buf; local
140 if ((p_buf = (BT_HDR *)GKI_getpoolbuf(GATT_DB_POOL_ID)) == NULL)
148 memset(p_buf, 0, GKI_get_buf_size(p_buf));
149 p_srvc_cb->p_free = (UINT8 *) p_buf;
150 p_srvc_cb->free_byte = GKI_get_buf_size(p_buf);
153 GKI_enqueue(&p_srvc_cb->cache_buffer, p_buf);
158 return p_buf;
    [all...]
bta_gatts_act.c 179 tBTA_GATTS_INT_START_IF *p_buf; local
232 if ((p_buf = (tBTA_GATTS_INT_START_IF *) GKI_getbuf(sizeof(tBTA_GATTS_INT_START_IF))) != NULL)
234 p_buf->hdr.event = BTA_GATTS_INT_START_IF_EVT;
235 p_buf->server_if = p_cb->rcb[first_unuse].gatt_if;
237 bta_sys_sendmsg(p_buf);
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 1086 BT_HDR *p_buf; local
1125 BT_HDR *p_buf; local
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 317 BT_HDR *p_buf; local
324 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (SDP_POOL_ID)) == NULL)
329 p_buf->offset = L2CAP_MIN_OFFSET;
330 p_rsp = p_rsp_start = (UINT8 *)(p_buf + 1) + L2CAP_MIN_OFFSET;
350 p_buf->len = p_rsp - p_rsp_start;
354 L2CA_DataWrite (p_ccb->connection_id, p_buf);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c     [all...]
l2c_int.h 615 extern void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb);
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_main.c 287 BT_HDR *p_buf; local
290 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
292 p_buf->event = p_tle->event;
293 p_buf->layer_specific = bta_ag_scb_to_idx((tBTA_AG_SCB *) p_tle->param);
294 bta_sys_sendmsg(p_buf);
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 45 static void rfc_port_uplink_data (tPORT *p_port, BT_HDR *p_buf);
520 void rfc_port_uplink_data (tPORT *p_port, BT_HDR *p_buf)
522 PORT_DataInd (p_port->rfc.p_mcb, p_port->dlci, p_buf);
809 void rfc_process_test_rsp (tRFC_MCB *p_mcb, BT_HDR *p_buf)
811 GKI_freebuf (p_buf);
rfc_mx_fsm.c 483 BT_HDR *p_buf; local
505 while ((p_buf = (BT_HDR *)GKI_dequeue(&p_mcb->cmd_q)) != NULL)
506 GKI_freebuf(p_buf);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb.c 648 void *p_buf; local
    [all...]
avdt_api.c 935 evt.apiwrite.p_buf = p_pkt;
    [all...]
avdt_scb_act.c     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 527 extern void gatt_data_process (tGATT_TCB *p_tcb, BT_HDR *p_buf);
653 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
660 extern void gatt_verify_signature(tGATT_TCB *p_tcb, BT_HDR *p_buf);
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 434 ** p_buf - buffer to read the data into.
453 void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt, UINT8 ssn, UINT8 app_id)
459 if ((num_read = read (fd, p_buf, nbytes)) < 0)
480 ** p_buf - buffer to read the data from.
497 void bta_fs_co_write(int fd, const UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
504 if ((num_written = write (fd, p_buf, nbytes)) < 0)
    [all...]
  /external/bluetooth/bluedroid/hci/include/
bt_vendor_lib.h 244 typedef void (*mdealloc_cb)(void *p_buf);
269 typedef uint8_t (*cmd_xmit_cb)(uint16_t opcode, void *p_buf, tINT_CMD_CBACK p_cback);

Completed in 462 milliseconds

1 2 3 4 56 7 8