Home
last modified time | relevance | path

Searched defs:uuid16 (Results 1 – 12 of 12) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2452 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 ) in btm_convert_uuid_to_eir_service()
2477 BOOLEAN BTM_HasEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_HasEirService()
2503 tBTM_EIR_SEARCH_RESULT BTM_HasInquiryEirService( tBTM_INQ_RESULTS *p_results, UINT16 uuid16 ) in BTM_HasInquiryEirService()
2526 void BTM_AddEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_AddEirService()
2548 void BTM_RemoveEirService( UINT32 *p_eir_uuid, UINT16 uuid16 ) in BTM_RemoveEirService()
2734 UINT16 uuid16 = 0; in btm_convert_uuid_to_uuid16() local
2789 UINT16 uuid16; in btm_set_eir_uuid() local
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_uuid.h83 #define BLE_UUID16_INIT(uuid16) \ argument
101 #define BLE_UUID16_DECLARE(uuid16) \ argument
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/services/bas/src/
Dble_svc_bas.c77 uint16_t uuid16 = ble_uuid_u16(ctxt->chr->uuid); in ble_svc_bas_access() local
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/sys/
Dbta_sys_conn.c528 void bta_sys_add_uuid(UINT16 uuid16) in bta_sys_add_uuid()
545 void bta_sys_remove_uuid(UINT16 uuid16) in bta_sys_remove_uuid()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/services/gap/src/
Dble_svc_gap.c173 uint16_t uuid16; in ble_svc_gap_access() local
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/
Desp_bt_defs.h89 uint16_t uuid16; /*!< 16bit UUID */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c1020 void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8 *p_uuid128) in sdpu_uuid16_to_uuid128()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_att_svr.c925 uint16_t uuid16; in ble_att_svr_is_valid_find_group_type() local
934 uint16_t uuid16; in ble_att_svr_is_valid_group_end() local
1509 uint16_t uuid16; in ble_att_svr_is_valid_read_group_type() local
Dble_gatts.c105 uint16_t uuid16; in ble_gatts_inc_access() local
1828 uint16_t uuid16 = ble_uuid_u16(cur->ha_uuid); in ble_gatts_find_dsc() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c216 UINT16 len = 0, uuid16 = 0; in read_attr_value() local
/device/soc/esp/esp32/components/bt/common/include/
Dbt_common.h208 UINT16 uuid16; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4324 void bta_dm_eir_update_uuid(UINT16 uuid16, BOOLEAN adding) in bta_dm_eir_update_uuid()