Home
last modified time | relevance | path

Searched refs:is_long (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c131 bool is_long = p_data->read_req.is_long; in dis_s_read_attr_value() local
136 is_long == TRUE) { in dis_s_read_attr_value()
/hal_espressif-3.5.0/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() argument
218 is_long == TRUE) { in gap_read_attr_value()
274 if (p_data->is_long) { in gap_proc_read()
280 status = gap_read_attr_value(p_data->handle, &p_rsp->attr_value, p_data->is_long); in gap_proc_read()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/battery/include/
Dsrvc_battery_int.h72 …attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS *p_…
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/dis/include/
Dsrvc_dis_int.h72 BOOLEAN is_long, tGATT_STATUS *p_status);
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c170 bool is_long = p_data->req_data.p_data->read_req.is_long; in bas_gatts_callback() local
302 if (p_data->read_req.is_long) { in bas_s_read_attr_value()
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h77 bool is_long; /*!< The value is too long or not */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c1017 BOOLEAN is_long, in gatts_read_attr_perm_check() argument
1031 is_long, in gatts_read_attr_perm_check()
1444 sr_data.read_req.is_long = (BOOLEAN)(op_code == GATT_REQ_READ_BLOB); in gatts_send_app_read_request()
Dgatt_attr.c188 if (p_data->is_long) { in gatt_proc_read()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h369 BOOLEAN is_long; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c776 param.read.is_long = p_data->req_data.p_data->read_req.is_long; in btc_gatts_cb_handler()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h753 extern tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db, BOOLEAN is_long, UINT16 handle, …
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md670 bool is_long; /*!< The value is too long or not */