Home | History | Annotate | Download | only in btm

Lines Matching refs:UINT16

55 const UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES] =
135 const UINT16 BTM_EIR_UUID_LKUP_TBL[];
137 extern UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES];
150 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
156 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size );
175 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval)
178 UINT16 service_class;
190 if (btm_ble_set_discoverability((UINT16)(inq_mode))
311 tBTM_STATUS BTM_SetInquiryScanType (UINT16 scan_type)
349 tBTM_STATUS BTM_SetPageScanType (UINT16 scan_type)
435 UINT16 BTM_ReadDiscoverability (UINT16 *p_window, UINT16 *p_interval)
477 tBTM_STATUS BTM_SetPeriodicInquiryMode (tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay,
478 UINT16 min_delay, tBTM_INQ_RESULTS_CB *p_results_cb)
617 tBTM_STATUS BTM_SetConnectability (UINT16 page_mode, UINT16 window, UINT16 interval)
709 UINT16 BTM_ReadConnectability (UINT16 *p_window, UINT16 *p_interval)
735 UINT16 BTM_IsInquiryActive (void)
1173 UINT16 xx;
1202 UINT16 inx;
1208 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1);
1237 UINT16 xx;
1268 UINT16 xx;
1296 UINT16 inx;
1301 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1);
1639 UINT16 xx;
1710 UINT16 xx;
1747 UINT16 xx;
1773 UINT16 xx;
2047 p_inq->max_bd_entries = (UINT16)(GKI_MAX_BUF_SIZE / sizeof(tINQ_BDADDR));
2092 UINT16 clock_offset;
2605 (UINT16)(p_cur->results.clock_offset |
2633 (UINT16)(p_cur->results.clock_offset |
2669 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status)
2676 UINT16 temp_evt_len;
2993 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 )
3021 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
3050 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 )
3080 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
3103 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 )
3187 UINT16 *p_uuid16 = (UINT16 *)p_uuid_list;
3312 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size )
3316 UINT16 uuid16 = 0;
3329 uuid16 = (UINT16) uuid32;
3375 UINT16 uuid16;