Searched defs:p_status (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c743 tBNEP_RESULT BNEP_GetStatus (UINT16 handle, tBNEP_STATUS *p_status) argument
748 if (!p_status)
756 memset (p_status, 0, sizeof (tBNEP_STATUS));
762 p_status->con_status = BNEP_STATUS_CONNECTED;
763 p_status->l2cap_cid = p_bcb->l2cap_cid;
764 p_status->rem_mtu_size = p_bcb->rem_mtu_size;
765 p_status->xmit_q_depth = p_bcb->xmit_q.count;
766 p_status->sent_num_filters = p_bcb->sent_num_filters;
767 p_status->sent_mcast_filters = p_bcb->sent_mcast_filters;
768 p_status
[all...]
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c874 ** p_status - pointer to the tPORT_STATUS structur to receive
878 int PORT_ClearError (UINT16 handle, UINT16 *p_errors, tPORT_STATUS *p_status) argument
902 PORT_GetQueueStatus (handle, p_status);
952 ** p_status - pointer to the tPORT_STATUS structur to receive
956 int PORT_GetQueueStatus (UINT16 handle, tPORT_STATUS *p_status) argument
974 p_status->in_queue_size = (UINT16) p_port->rx.queue_size;
975 p_status->out_queue_size = (UINT16) p_port->tx.queue_size;
977 p_status->mtu_size = (UINT16) p_port->peer_mtu;
979 p_status->flags = 0;
982 p_status
[all...]
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c401 UINT8 *p_dst, *p_temp, *p_status; local
419 p_status = p_dst;
452 p_dst = p_status;
497 p_dst = p_status;
525 p_dst = p_status;
H A Drw_t1t_ndef.c75 tRW_EVENT rw_t1t_handle_rsp (const tT1T_CMD_RSP_INFO * p_info, BOOLEAN *p_notify, UINT8 *p_data, tNFC_STATUS *p_status) argument
91 *p_status = rw_t1t_handle_rall_rsp (p_notify,p_data);
104 *p_status = rw_t1t_handle_dyn_read_rsp (p_notify,p_data);
108 *p_status = rw_t1t_handle_dyn_read_rsp (p_notify,p_data);
112 *p_status = rw_t1t_handle_write_rsp (p_notify,p_data);
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c1120 BOOLEAN bta_av_co_audio_codec_supported(tBTIF_STATUS *p_status) argument
1137 *p_status = BTIF_ERROR_SRV_AV_FEEDING_NOT_SUPPORTED;
1153 *p_status = BTIF_ERROR_SRV_AV_CP_NOT_SUPPORTED;
1201 *p_status = BTIF_SUCCESS;
1241 BOOLEAN bta_av_co_audio_set_codec(const tBTIF_AV_MEDIA_FEEDINGS *p_feeding, tBTIF_STATUS *p_status) argument
1249 *p_status = BTIF_ERROR_SRV_AV_FEEDING_NOT_SUPPORTED;
1313 *p_status = BTIF_SUCCESS;
1314 return bta_av_co_audio_codec_supported(p_status);

Completed in 273 milliseconds