Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_access.c499 static int mesh_access_get_opcode(uint8_t * buffer, uint16_t buffer_size, uint32_t * opcode, uint16… in mesh_access_get_opcode() function
524 …return mesh_access_get_opcode(((mesh_access_pdu_t *) pdu)->data, ((mesh_access_pdu_t *) pdu)->len,… in mesh_access_pdu_get_opcode()
539 int ok = mesh_access_get_opcode(state->data, state->len, &state->opcode, &opcode_size); in mesh_access_parser_init()