Home | History | Annotate | Download | only in jv

Lines Matching full:uint16

595 UINT16 BTA_JvGetPSM(void)
619 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
685 tBTA_JV_STATUS BTA_JvGetServicesLength(BOOLEAN inc_hdr, UINT16 *p_services_len)
779 tBTA_JV_STATUS BTA_JvServiceSelect(UINT16 uuid)
863 tBTA_JV_STATUS BTA_JvUpdateRecord(UINT32 handle, UINT16 *p_ids,
904 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id,
936 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id)
1021 tBTA_JV_ROLE role, UINT16 remote_psm, UINT16 rx_mtu,
1089 UINT16 local_psm, UINT16 rx_mtu,
1123 tBTA_JV_STATUS BTA_JvL2capStopServer(UINT16 local_psm)
1154 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1197 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len))
1222 tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1232 UINT16 max_len, read_len;
1245 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len))
1248 GAP_GetRxQueueCnt ((UINT16)handle, &left_over);
1252 GAP_ConnReadData ((UINT16)handle, NULL, max_len, &read_len);
1293 if(BT_PASS == GAP_GetRxQueueCnt((UINT16)handle, p_data_size) )
1317 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1499 tBTA_JV_STATUS BTA_JvRfcommRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1535 UINT16 BTA_JvRfcommGetPortHdl(UINT32 handle)
1562 UINT16 size = 0;