Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c864 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, in gatts_validate_packet_format() function
932 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); in gatts_process_primary_service_req()
992 reason = gatts_validate_packet_format(op_code, &len, &p_data, NULL, &s_hdl, &e_hdl); in gatts_process_find_info()
1127 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); in gatts_process_read_by_type_req()
1752 … tGATT_STATUS reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); in gatts_handle_db_out_of_sync()