Home | History | Annotate | Download | only in btm

Lines Matching full:uint16

60 const UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES] =
140 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
144 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size );
162 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval)
165 UINT16 service_class;
177 if (btm_ble_set_discoverability((UINT16)(inq_mode))
298 tBTM_STATUS BTM_SetInquiryScanType (UINT16 scan_type)
336 tBTM_STATUS BTM_SetPageScanType (UINT16 scan_type)
421 UINT16 BTM_ReadDiscoverability (UINT16 *p_window, UINT16 *p_interval)
463 tBTM_STATUS BTM_SetPeriodicInquiryMode (tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay,
464 UINT16 min_delay, tBTM_INQ_RESULTS_CB *p_results_cb)
594 tBTM_STATUS BTM_SetConnectability (UINT16 page_mode, UINT16 window, UINT16 interval)
686 UINT16 BTM_ReadConnectability (UINT16 *p_window, UINT16 *p_interval)
712 UINT16 BTM_IsInquiryActive (void)
1161 UINT16 xx;
1189 UINT16 inx;
1194 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1);
1449 UINT16 xx;
1507 UINT16 xx;
1543 UINT16 xx;
1569 UINT16 xx;
1826 p_inq->max_bd_entries = (UINT16)(BT_DEFAULT_BUFFER_SIZE / sizeof(tINQ_BDADDR));
1864 UINT16 clock_offset;
2289 (UINT16)(p_cur->results.clock_offset |
2323 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status)
2330 UINT16 temp_evt_len;
2561 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 )
2588 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2613 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 )
2639 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2660 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
2737 UINT16 *p_uuid16 = (UINT16 *)p_uuid_list;
2857 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size )
2861 UINT16 uuid16 = 0;
2874 uuid16 = (UINT16) uuid32;
2920 UINT16 uuid16;