Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_access.h236 int mesh_access_pdu_get_opcode(mesh_pdu_t * pdu, uint32_t * opcode, uint16_t * opcode_size);
H A Dmesh_access.c522 int mesh_access_pdu_get_opcode(mesh_pdu_t * pdu, uint32_t * opcode, uint16_t * opcode_size){ in mesh_access_pdu_get_opcode() function
741 int ok = mesh_access_pdu_get_opcode( pdu, &opcode, &opcode_size); in mesh_model_lookup_operation()
783 int ok = mesh_access_pdu_get_opcode( pdu, &opcode, &opcode_size); in mesh_access_message_process_handler()