Home
last modified time | relevance | path

Searched refs:GATT_NO_RESOURCES (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c497 return GATT_NO_RESOURCES; in GATTS_StartService()
595 tGATT_STATUS cmd_status = GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
698 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()
866 UINT8 ret = GATT_NO_RESOURCES; in GATTC_ConfigureMTU()
967 status = GATT_NO_RESOURCES; in GATTC_Discover()
1049 status = GATT_NO_RESOURCES; in GATTC_Read()
1053 status = GATT_NO_RESOURCES; in GATTC_Read()
1113 status = GATT_NO_RESOURCES; in GATTC_Write()
1116 status = GATT_NO_RESOURCES; in GATTC_Write()
1119 if (status == GATT_NO_RESOURCES) { in GATTC_Write()
[all …]
Dgatt_sr.c60 return GATT_NO_RESOURCES; in gatt_send_packet()
684 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
690 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
835 status = GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
844 status = GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
945 reason = GATT_NO_RESOURCES; in gatts_process_primary_service_req()
998 reason = GATT_NO_RESOURCES; in gatts_process_find_info()
1017 if (reason == GATT_NO_RESOURCES) { in gatts_process_find_info()
1143 reason = GATT_NO_RESOURCES; in gatts_process_read_by_type_req()
1182 if (ret == GATT_NO_RESOURCES) { in gatts_process_read_by_type_req()
[all …]
Datt_protocol.c474 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; in attp_send_sr_msg()
545 tGATT_STATUS status = GATT_NO_RESOURCES; in attp_send_cl_msg()
Dgatt_sr_hash.c177 return GATT_NO_RESOURCES; in gatts_calculate_datebase_hash()
Dgatt_db.c236 status = GATT_NO_RESOURCES; in read_attr_value()
366 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
403 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
Dgatt_attr.c198 tGATT_STATUS status = GATT_NO_RESOURCES; in gatt_proc_read()
Dgatt_cl.c990 gatt_end_operation(p_clcb, GATT_NO_RESOURCES, (void *)p_clcb->p_attr_buf); in gatt_process_read_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dbutton_pro.h17 #define KEY_NO_RESOURCES GATT_NO_RESOURCES
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dsrvc_api.h28 #define DIS_NO_RESOURCES GATT_NO_RESOURCES
Ddis_api.h35 #define DIS_NO_RESOURCES GATT_NO_RESOURCES
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c183 status = GATT_NO_RESOURCES; in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h51 #define GATT_NO_RESOURCES 0x80 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c271 tGATT_STATUS status = GATT_NO_RESOURCES; in gap_proc_read()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h108 #define BTA_GATT_NO_RESOURCES GATT_NO_RESOURCES /* 0x80 */