Searched refs:gatts_validate_packet_format (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_sr.c | 677 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, in gatts_validate_packet_format() function 750 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); in gatts_process_primary_service_req() 814 reason = gatts_validate_packet_format(op_code, &len, &p_data, NULL, &s_hdl, &e_hdl); in gatts_process_find_info() 951 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); in gatts_process_read_by_type_req()
|