Home
last modified time | relevance | path

Searched defs:p_value (Results 1 – 17 of 17) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/
Dble_gattc.h110 uint8_t *p_value; /**< Value to write. */ member
120 uint8_t *p_value; /**< Value to write. */ member
248 uint8_t *p_value; /**< Pointer to the attribute value data. */ member
269 uint8_t *p_value; /**< Pointer to the attribute value data. */ member
/device/board/osware/imx8mm/drivers/bluetooth/source/src/
Dconf.c97 char *p_value; in vnd_load_conf() local
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/
Dconf.c97 char *p_value; in vnd_load_conf() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c208 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long) in gap_read_attr_value()
460 void GAP_BleAttrDBUpdate(UINT16 attr_uuid, tGAP_BLE_ATTR_VALUE *p_value) in GAP_BleAttrDBUpdate()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c124 void dis_s_read_attr_value (tGATTS_DATA *p_data, tGATT_VALUE *p_value, UINT32 trans_id, UINT16 conn… in dis_s_read_attr_value()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c924 UINT8 *p_value, UINT16 *p_len, in gatts_read_attr_value_by_handle()
959 UINT8 *p_value, UINT16 len) in gatts_write_attr_value_by_handle()
Dgatt_utils.c446 tGATT_ATTR_VALUE *p_value = NULL; in gatt_free_attr_value_buffer() local
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c619 UINT8 *p_value, in BTA_GATTC_WriteCharValue()
714 UINT16 offset, UINT16 len, UINT8 *p_value, in BTA_GATTC_PrepareWrite()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c175 tGATT_VALUE p_value; in bas_gatts_callback() local
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/
Dapp.c1348 void app_ble_gatt_read_request_handler(uint16_t handle, uint16_t *p_length, uint8_t *p_value) in app_ble_gatt_read_request_handler()
1375 void app_ble_gatt_write_request_handler(uint16_t handle, uint16_t length, uint8_t *p_value) in app_ble_gatt_write_request_handler()
1507 void app_ble_gatt_data_send(uint16_t local_handle, uint16_t idx, uint16_t length, uint8_t *p_value) in app_ble_gatt_data_send()
1525 …p_ble_gatt_data_send_notify(uint16_t local_handle, uint16_t idx, uint16_t length, uint8_t *p_value) in app_ble_gatt_data_send_notify()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h188 tGATT_ATTR_VALUE *p_value; member
201 tGATT_ATTR_VALUE *p_value; member
215 tGATT_ATTR_VALUE *p_value; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c1073 tGAP_BLE_ATTR_VALUE p_value; in BTM_BleConfigLocalIcon() local
1096 tGAP_BLE_ATTR_VALUE p_value; in BTM_BleConfigConnParams() local
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h231 UINT8 *p_value; member
306 tBTA_GATT_UNFMT *p_value; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h209 uint8_t *p_value; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h157 UINT8 *p_value; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c2426 UINT8 *p_value, rpt_id; in bta_hh_le_write_rpt() local
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c662 void BTA_DmOobReply(BD_ADDR bd_addr, UINT8 len, UINT8 *p_value) in BTA_DmOobReply()