Home | History | Annotate | Download | only in btm

Lines Matching refs:tBTM_STATUS

58 static tBTM_STATUS btm_ble_stop_adv(void);
150 tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT8 duration,
154 tBTM_STATUS status = BTM_NO_RESOURCES;
213 tBTM_STATUS BTM_BleBroadcast(BOOLEAN start)
215 tBTM_STATUS status = BTM_NO_RESOURCES;
391 tBTM_STATUS BTM_BleSetConnMode(BOOLEAN is_directed)
452 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
458 tBTM_STATUS status = BTM_SUCCESS;
594 tBTM_STATUS BTM_BleWriteScanRsp(tBTM_BLE_AD_MASK data_mask, tBTM_BLE_ADV_DATA *p_data)
596 tBTM_STATUS status = BTM_NO_RESOURCES;
634 tBTM_STATUS BTM_BleWriteAdvData(tBTM_BLE_AD_MASK data_mask, tBTM_BLE_ADV_DATA *p_data)
876 tBTM_STATUS btm_ble_set_discoverability(UINT16 combined_mode)
886 tBTM_STATUS status = BTM_SUCCESS;
993 tBTM_STATUS btm_ble_set_connectability(UINT16 combined_mode)
1003 tBTM_STATUS status = BTM_SUCCESS;
1103 tBTM_STATUS btm_ble_start_inquiry (UINT8 mode, UINT8 duration)
1105 tBTM_STATUS status = BTM_NO_RESOURCES;
1172 tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb)
1836 static tBTM_STATUS btm_ble_start_adv(void)
1839 tBTM_STATUS rt = BTM_NO_RESOURCES;
1866 static tBTM_STATUS btm_ble_stop_adv(void)
1869 tBTM_STATUS rt = BTM_SUCCESS;