Lines Matching full:uint16
594 UINT16 BTA_JvGetPSM(void)
618 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
684 tBTA_JV_STATUS BTA_JvGetServicesLength(BOOLEAN inc_hdr, UINT16 *p_services_len)
776 tBTA_JV_STATUS BTA_JvServiceSelect(UINT16 uuid)
860 tBTA_JV_STATUS BTA_JvUpdateRecord(UINT32 handle, UINT16 *p_ids,
896 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id,
928 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id)
1013 tBTA_JV_ROLE role, UINT16 remote_psm, UINT16 rx_mtu,
1081 UINT16 local_psm, UINT16 rx_mtu,
1115 tBTA_JV_STATUS BTA_JvL2capStopServer(UINT16 local_psm)
1146 tBTA_JV_STATUS BTA_JvL2capRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1184 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len))
1209 tBTA_JV_STATUS BTA_JvL2capReceive(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1215 UINT16 max_len, read_len;
1228 if (BT_PASS == GAP_ConnReadData((UINT16)handle, p_data, len, &evt_data.len))
1231 GAP_GetRxQueueCnt ((UINT16)handle, &left_over);
1235 GAP_ConnReadData ((UINT16)handle, NULL, max_len, &read_len);
1274 if(BT_PASS == GAP_GetRxQueueCnt((UINT16)handle, p_data_size) )
1298 tBTA_JV_STATUS BTA_JvL2capWrite(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1480 tBTA_JV_STATUS BTA_JvRfcommRead(UINT32 handle, UINT32 req_id, UINT8 *p_data, UINT16 len)
1516 UINT16 BTA_JvRfcommGetPortHdl(UINT32 handle)
1543 UINT16 size = 0;