Searched defs:call (Results 1 – 3 of 3) sorted by relevance
82 void (*call)(struct bt_conn *conn, uint32_t value); member
36 static void call(struct bt_conn *conn, uint32_t value) in call() function
584 def call(self, cmd: List[str], **kwargs) -> int: member in ZephyrBinaryRunner