Home
last modified time | relevance | path

Searched refs:app_uuid (Results 1 – 17 of 17) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h69 tBT_UUID app_uuid; member
187 tBT_UUID app_uuid; member
Dbta_gattc_int.h115 tBT_UUID app_uuid; member
336 tBT_UUID app_uuid; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c247 esp_bt_uuid_t app_uuid = {LEN_UUID_16, {ATT_SVC_AIRSYNC}}; in AirSync_Init() local
264 esp_ble_gatts_app_register(&app_uuid, airsync_profile_cb); in AirSync_Init()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c336 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in gatt_profile_db_init() local
342 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gatt_profile_db_init()
346 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback); in gatt_profile_db_init()
Dgatt_utils.c1417 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) && in gatt_sr_find_i_rcb_by_app_id()
1450 memcpy (&p_sreg->app_uuid, &p_list->asgn_range.app_uuid128, sizeof(tBT_UUID)); in gatt_sr_alloc_rcb()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c373 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in gap_attr_db_init() local
380 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128); in gap_attr_db_init()
383 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback); in gap_attr_db_init()
437 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gap_attr_db_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c185 if (bta_gatts_uuid_compare(p_cb->rcb[i].app_uuid, p_msg->api_reg.app_uuid)) { in bta_gatts_register()
203 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
210 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
213 GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback); in bta_gatts_register()
Dbta_gatts_api.c99 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AppRegister()
Dbta_gattc_act.c191 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid; in bta_gattc_register()
213 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register()
238 memcpy(&(cb_data.reg_oper.app_uuid), p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register()
Dbta_gattc_api.c96 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c296 tBT_UUID app_uuid = {LEN_UUID_16, {ATT_SVC_BUTTON}}; in button_init() local
313 esp_ble_gatts_app_register(&app_uuid, button_profile_cb); in button_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c203 tBT_UUID app_uuid; in btc_gattc_app_register() local
204 app_uuid.len = 2; in btc_gattc_app_register()
205 app_uuid.uu.uuid16 = arg->app_reg.app_id; in btc_gattc_app_register()
206 BTA_GATTC_AppRegister(&app_uuid, btc_gattc_cback); in btc_gattc_app_register()
800 param.reg.app_id = reg_oper->app_uuid.uu.uuid16; in btc_gattc_cb_handler()
/device/soc/winnermicro/wm800/board/include/bt/
Dwm_bt_def.h508 tls_bt_uuid_t app_uuid; /**< Client uuid*/ member
642 tls_bt_uuid_t app_uuid; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c211 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in bta_hh_le_enable() local
223 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128); in bta_hh_le_enable()
225 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback); in bta_hh_le_enable()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h299 tBT_UUID app_uuid; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h241 tBT_UUID app_uuid; /* applicatino UUID */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c6104 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in bta_dm_gattc_register() local
6107 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128); in bta_dm_gattc_register()
6108 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback); in bta_dm_gattc_register()